ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getInt Method / getInt(Byte[],Int32) Method
data array
start of data in array

In This Topic
    getInt(Byte[],Int32) Method
    In This Topic
    Create an int from a byte [4].
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function getInt( _
       ByVal bfr() As Byte, _
       ByVal off As Integer _
    ) As Integer
    public static int getInt( 
       byte[] bfr,
       int off
    )

    Parameters

    bfr
    data array
    off
    start of data in array

    Return Value

    native type from representation.
    See Also